home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 April / EnigmA AMIGA RUN 17 (1997)(G.R. Edizioni)(IT)[!][issue 1997-04][EAR-CD].iso / EARCD / comm / bbs / Hydra11.lha / HBBS / Commands / Level_50 < prev    next >
Text File  |  1996-11-05  |  4KB  |  143 lines

  1. ; $HBBS
  2. ; all user commands for all access levels go here, note that if a user
  3. ; command is specified in a Level_XX file the same or lower than a users
  4. ; access level then that door will be used instead of the ones in here...
  5. ;
  6. ; door options take the format
  7. ;
  8. ; <commandname>_Type_1=HBBS
  9. ; <commandname>_Door_1=HBBS:Doors/User/<doordir>/<doorprogram>.HBBS <options>
  10. ; <commandname>_Param_1=<params>
  11. ; <commandname>_Debug_1=YES|NO
  12. ;
  13. ; where <commandname> is what the user types in at the command prompt
  14. ; command name MUST NOT have any non-printable characters in it as well
  15. ; as spaces, and preferably no High Ascii....
  16. ; <params> are just system params you want to pass to the door
  17. ; <doordir> is where the door is located
  18. ; <doorprogram> is the filename of the door program.
  19. ; <options> are any cmd line options you want to supply to the door
  20. ; generally most doors will also want {N} {O} in the <options>
  21. ; {N} is replaced by the nodenumber
  22. ; {O} is replaced by any options the user types at the bbs prompt..
  23. ;
  24. ; say you had a door setup as follows...
  25. ;
  26. ; D_Type_1=HBBS
  27. ; D_Door_1=HBBS:Doors/User/Download.HBBS {N} {O}
  28. ; D_Param_1=IGNORE_WILDSTAR
  29. ;
  30. ; and you typed "D fred.zip" at the bbs prompt when logged into node 1 the command
  31. ; run would be "HBBS:Doors/User/Download.HBBS 1 fred.zip"
  32. ; and N_ND->ActiveDoor->SystemOptions would contain "IGNORE_WILDSTAR"
  33. ; get it ?
  34.  
  35. ; *** Conference Doors ***
  36.  
  37. J_Type_1=HBBS
  38. J_Door_1=HBBS:Doors/User/JoinConference/JoinConference.HBBS {N} {O}
  39.  
  40. ;JJ_Type_1=HBBS
  41. ;JJ_Door_1=HBBS:Doors/User/JoinConference/JoinConference.HBBS {N} {O}
  42.  
  43. RJ_Type_1=HBBS
  44. RJ_Door_1=HBBS:Doors/User/JoinConference/JoinConference.HBBS {N} {O}
  45. RJ_Param_1=REJOIN    ; tells the door to rejoin the conference
  46.  
  47. >_Type_1=HBBS
  48. >_Door_1=HBBS:Doors/User/JoinConference/JoinConference.HBBS {N} {O}
  49. >_Param_1=FORWARD    ; tells the door to go forward one conference
  50. <_Type_1=HBBS
  51. <_Door_1=HBBS:Doors/User/JoinConference/JoinConference.HBBS {N} {O}
  52. <_Param_1=BACKWARD   ; tells the door to go backward one conference
  53.  
  54. ; *** Mail Doors ***
  55.  
  56. R_Type_1=HBBS
  57. R_Door_1=HBBS:Doors/User/Mail/Mail_ReadUSER.HBBS {N} {O}
  58.  
  59. MS_Type_1=HBBS
  60. MS_Door_1=HBBS:Doors/User/Mail/Mail_Scan.HBBS {N} {O}
  61.  
  62. EMAIL_Type_1=HBBS
  63. EMAIL_Door_1=HBBS:Doors/User/Mail/Mail_Write.HBBS {N} {O}
  64. EMAIL_Param_1=INTERNET
  65.  
  66. ; *** Toy Doors ***
  67.  
  68. WALL_Type_1=HBBS
  69. WALL_Door_1=HBBS:Doors/User/Wall/Wall.HBBS {N} {O}
  70.  
  71. WHO_Type_1=HBBS
  72. WHO_Door_1=HBBS:Doors/User/Who/Who.HBBS {N} {O}
  73.  
  74. ; *** File Doors ***
  75.  
  76. D_Type_1=HBBS
  77. D_Door_1=HBBS:Doors/User/Download/Download.HBBS {N} {O}
  78. D_Type_2=SSCREEN
  79. D_Door_2=QuickStats
  80.  
  81. F_Type_1=HBBS
  82. F_Door_1=HBBS:Doors/User/FileLister/FileLister.HBBS {N} {O}
  83. F_Param_1=LIST
  84.  
  85. Z_Type_1=HBBS
  86. Z_Door_1=HBBS:Doors/User/Zippy/TeppicZippy.HBBS {N} {O}
  87.  
  88. V_Type_1=HBBS
  89. V_Door_1=HBBS:Doors/User/View/TeppicView.HBBS {N} {O}
  90.  
  91. FR_Type_1=HBBS
  92. FR_Door_1=HBBS:Doors/User/FileLister/FileLister.HBBS {N} {O}
  93. FR_Param_1=REVERSE
  94.  
  95. N_Type_1=HBBS
  96. N_Door_1=HBBS:Doors/User/FileLister/FileLister.HBBS {N} {O}
  97. N_Param_1=NEW
  98.  
  99. A_Type_1=HBBS
  100. A_Door_1=HBBS:Doors/User/CheckTags/CheckTags.HBBS {N} {O}
  101.  
  102. QS_Type_1=SSCREEN
  103. QS_Door_1=QuickStats
  104.  
  105. Q_Type_1=SCREEN
  106. Q_Door_1=HBBS:Screens/Special/QuickStats.TXT
  107.  
  108. ; *** Misc doors ***
  109.  
  110. RL_Type_1=HBBS
  111. RL_Door_1=HBBS:Doors/User/ReLogin/ReLogin.HBBS {N} {O}
  112.  
  113. OLM_Type_1=HBBS
  114. OLM_Door_1=HBBS:Doors/User/OnLineMessage/OnLineMessage.HBBS {N} {O}
  115.  
  116. EC_Type_1=HBBS
  117. EC_Door_1=HBBS:Doors/User/Mail/Mail_Write.HBBS {N} {O}
  118. EC_Param_1=CONFERENCE
  119.  
  120. W_Type_1=HBBS
  121. W_Door_1=HBBS:Doors/User/UserSettings/UserSettings.HBBS {N} {O}
  122.  
  123. ; *** Other Doors ***
  124.  
  125. ;  Just my little jokes...
  126. HELP_Type_1=ECHO
  127. HELP_Door_1=Why should I ?
  128.  
  129. SHELL_Type_1=ECHO
  130. SHELL_Door_1=A very hard skin that some animals use for protection
  131.  
  132. NSTATS_Type_1=SSCREEN
  133. NSTATS_Door_1=NodeStats_{N}
  134.  
  135. ;
  136. ;
  137. ;
  138. ; *** Add Your Doors Here ^^^ ***
  139.  
  140. ; The following doors are should not be used by anyone
  141. ; except the person writing the doors. I.E.  ME :-)
  142.  
  143.